home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / Shape.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  2.3 KB  |  86 lines

  1. ; ---- symantec.itools.awt.shape.Shape abstract parent class ----
  2.  
  3. CLASS=symantec.itools.awt.shape.Shape
  4.  
  5. PROPERTY=Enum, "Border Style", "BevelStyle", "BEVEL_LINE", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
  6. PROPERTY=Boolean, "Fill Mode", "FillMode", "false"
  7. PROPERTY=Color, "Fill Color", "FillColor", ""
  8.  
  9. CONNECTION=input,   "int",  "", "%name%.setBevelStyle(%arg%);", "Set the border style"
  10. CONNECTION=output,  "int",  "", "%name%.getBevelStyle()",     "Get the border style"
  11. CONNECTION=input, "boolean","", "%name%.setFillMode(%arg%);",     "Set: Fill the shapes"
  12. CONNECTION=output,"boolean","", "%name%.getFillMode()",     "Fill the shapes?"
  13. CONNECTION=input,  "Color", "", "%name%.setFillColor(%arg%);",     "Set the fill color"
  14. CONNECTION=output, "Color", "", "%name%.getFillColor()",     "Get the fill color"
  15. CONNECTION=output, "int",   "", "%name%.BEVEL_LOWERED",        "Border BEVEL_LOWERED"
  16. CONNECTION=output, "int",   "", "%name%.BEVEL_RAISED",        "Border BEVEL_RAISED"
  17. CONNECTION=output, "int",   "", "%name%.BEVEL_LINE",        "Border BEVEL_LINE"
  18. CONNECTION=output, "int",   "", "%name%.BEVEL_NONE",        "Border BEVEL_NONE"
  19.  
  20. ; ---- symantec.itools.awt.shape.Rect component ----
  21.  
  22. CLASS=symantec.itools.awt.shape.Rect
  23.  
  24. SMALLICON=components\Rect.ico, "0"
  25. ICONSUITE=Icons, "147"
  26.  
  27. FOLDER=Shapes
  28. TOOLBAR=Shapes
  29.  
  30.  
  31. ; ---- symantec.itools.awt.shape.HorizontalLine component ----
  32.  
  33. CLASS=symantec.itools.awt.shape.HorizontalLine
  34.  
  35. SMALLICON=components\HorizontalLine.ico, "0"
  36. ICONSUITE=Icons, "148"
  37.  
  38. FOLDER=Shapes
  39. TOOLBAR=Shapes
  40.  
  41.  
  42. ; ---- symantec.itools.awt.shape.Square component ----
  43.  
  44. CLASS=symantec.itools.awt.shape.Square
  45.  
  46. SMALLICON=components\Square.ico, "0"
  47. ICONSUITE=Icons, "149"
  48.  
  49. FOLDER=Shapes
  50. TOOLBAR=Shapes
  51.  
  52.  
  53. ; ---- symantec.itools.awt.shape.VerticalLine component ----
  54.  
  55. CLASS=symantec.itools.awt.shape.VerticalLine
  56.  
  57. SMALLICON=components\VerticalLine.ico, "0"
  58. ICONSUITE=Icons, "150"
  59.  
  60. FOLDER=Shapes
  61. TOOLBAR=Shapes
  62.  
  63.  
  64. ; ---- symantec.itools.awt.shape.Ellipse component ----
  65.  
  66. CLASS=symantec.itools.awt.shape.Ellipse
  67.  
  68. SMALLICON=components\Ellipse.ico, "0"
  69. ICONSUITE=Icons, "166"
  70.  
  71. FOLDER=Shapes
  72. TOOLBAR=Shapes
  73.  
  74.  
  75. ; ---- symantec.itools.awt.shape.Circle component ----
  76.  
  77. CLASS=symantec.itools.awt.shape.Circle
  78.  
  79. SMALLICON=components\Circle.ico, "0"
  80. ICONSUITE=Icons, "167"
  81.  
  82. FOLDER=Shapes
  83. TOOLBAR=Shapes
  84.  
  85.  
  86.